home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
program
/
vol16n13.zip
/
OPENTR.ZIP
/
OT_SRC.ZIP
/
EXPDLG.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-05-26
|
1KB
|
46 lines
// ExpDlg.h : header file
//
// OpenTrap Version 1.00 by Gregory A. Wolking
// Copyright ⌐ 1997 Ziff-Davis Publishing
// First published in PC Magazine, US Edition, July 1997.
/////////////////////////////////////////////////////////////////////////////
// CExpDlg dialog
class CExpDlg : public CDialog
{
// Construction
public:
CExpDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CExpDlg)
enum { IDD = IDD_EXPORT_DIALOG };
CButton m_chkUseFilters;
BOOL m_bUseFilters;
int m_intFormat;
BOOL m_bRecNums;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CExpDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CExpDlg)
virtual BOOL OnInitDialog();
afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
//}}AFX_MSG
afx_msg void OnContextHelp();
DECLARE_MESSAGE_MAP()
private:
UINT m_intHelpContext;
};